feat(i18n): extract en translations — session area#1249
Open
johnnyshields wants to merge 3 commits intodifferent-ai:devfrom
Open
feat(i18n): extract en translations — session area#1249johnnyshields wants to merge 3 commits intodifferent-ai:devfrom
johnnyshields wants to merge 3 commits intodifferent-ai:devfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@johnnyshields is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: |
9f877b0 to
2bf3098
Compare
3dde259 to
f495295
Compare
f495295 to
6d6319e
Compare
6d6319e to
09eba2a
Compare
Collaborator
|
Would love to merge this, can you please rebase |
09eba2a to
d7495d3
Compare
Contributor
Author
|
@src-opn rebased -- I'll keep rebasing until all PRs are merged, as each one is quite large. |
Extract hardcoded English strings to i18n keys for: - composer, context-panel, inbox-panel, message-list - sidebar, workspace-session-list, status-bar, session page - share-workspace (session share modal logic) - i18n/index.ts: add params interpolation support to t() Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Thorough scan of all 8 session-area files for any missed strings: - composer.tsx: attachments notices, file size errors, upload success/fail, paste warning, placeholder text, behavior label, remote worker hint - context-panel.tsx: open file tooltip with path param - inbox-panel.tsx: copy path toast, download failed fallback - message-list.tsx: all tool headline labels (run/read/write/search/delegate), subagent status labels, open session button, step row label - sidebar.tsx: remove workspace button, no sessions empty state - workspace-session-list.tsx: workspace fallback, connecting label - session.tsx: provider auth/connected toasts, quick actions titles, search conversation titles, menu label, undo/redo labels, rename modal - share-workspace.ts: collaborator token label, desktop required placeholder, starting server hint, worker URL hints, owner permission hint Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
d7495d3 to
c23fd93
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
composer,context-panel,inbox-panel,message-list,sidebar,workspace-session-list,status-bar,sessionpage,share-workspaceen.tstranslation keys addedparamsinterpolation support tot()function ini18n/index.tsWhat changed
t("key")calls — including tool headline labels (Run/Reviewed/Updated/Searched), subagent status, permission prompts, toasts, placeholders{param}interpolation for dynamic values (counts, file names, command names)